From: Jim Blandy Date: Tue, 18 May 1993 20:32:36 +0000 (+0000) Subject: * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96201 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8b8d8332a0451271987eff5030260d7fddb14496;p=emacs.git * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as the source for the sed command, not oldXMenu/Makefile. --- diff --git a/Makefile.in b/Makefile.in index f27f65f7067..3edbf80b764 100644 --- a/Makefile.in +++ b/Makefile.in @@ -294,7 +294,7 @@ oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile.in Makefile echo "# running \`make oldXMenu/Makefile' at the top of the" ; \ echo "# Emacs build tree instead, or editing" ; \ echo "# \`${srcdir}/oldXMenu/Makefile.in' itself." ; \ - sed < ${srcdir}/oldXMenu/Makefile \ + sed < ${srcdir}/oldXMenu/Makefile.in \ -e 's|^\(srcdir *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ -e 's|^\(VPATH *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ -e 's|^CC *=.*$$|CC='"${CC}"'|' \